home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource5
/
310_01
/
basic.st
< prev
next >
Wrap
Text File
|
1990-04-20
|
247b
|
14 lines
Class Main
[
main
88 print.
3.14159 print.
'this is it' print.
#(this is also it) print.
88 respondsTo: #+ ; print.
Object respondsTo.
smalltalk at: 3 put: #(22 17).
(smalltalk at: 3) print.
Smalltalk respondsTo.
]